home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / wdj1096.zip / OTALA.ZIP / EWV.H < prev    next >
Text File  |  1996-06-29  |  300b  |  13 lines

  1. #if !defined(__EWV_H__)
  2. #define __EWV_H__
  3.  
  4. BOOL GetModuleExpWinVer(HMODULE hModule, LPWORD pwVer);
  5. BOOL SetModuleExpWinVer(HMODULE hModule, WORD wVer);
  6. BOOL GetTaskExpWinVer(HTASK hTask, LPWORD wVer);
  7. BOOL SetTaskExpWinVer(HTASK hTask, WORD wVer);
  8.  
  9. BOOL IsWin95();
  10.  
  11. #endif // !__EWV_H__
  12.  
  13.